net/http.Server.inShutdown (field)

4 uses

	net/http (current package)
		server.go#L3106: 	inShutdown atomic.Bool // true when server is in shutdown
		server.go#L3130: 	s.inShutdown.Store(true)
		server.go#L3180: 	s.inShutdown.Store(true)
		server.go#L3655: 	return s.inShutdown.Load()